Html Css Color HEX #2366EB Royal Blue

📋 copy color: '#2366EB'

red 35 ◦ green 102 ◦ blue 235

#2366EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2366EB

Tints of Royal Blue #2366EB

RGB

 RED value IS 35 (14.06% from 255) = 9.41%

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 235 (92.19% from 255) = 63.17%

R = 9.41%
G = 27.42%
B = 63.17%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2366EB (or 0x2366EB) is known color: Royal Blue. HEX triplet: 23, 66 and EB. RGB value is (35,102,235). Sum of RGB (Red+Green+Blue) = 35+102+235=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #2366EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2366EB is #DC9914. Grayscale: #606060. Windows color (decimal): -14457109 or 15427107. OLE color: 15427107.

HSL color Cylindrical-coordinate representation of color #2366EB: hue angle of 219.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2366EB is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 102 235 -
CMYK 0.85 0.57 0 0.08
HSL 219.9º 0.83% 0.53% -
HSV(B) 219.9º 0.85% 0.92% -
XYZ 20.44 15.86 80.58 -
YUV 97.13 205.8 83.69 -
System Red Green Blue C M Y K H S L
Decimal 35 102 235 0.85 0.57 0 0.08 219.9 0.83 0.53
Hex 23 66 EB 55 39 0 8 DC 53 35
Octal 43 146 353 125 71 0 10 334 123 65
Binary 100011 1100110 11101011 1010101 111001 0 1000 11011100 1010011 110101

Color Harmonies of #2366EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2366EB

Black with #2366EB

Text Example


Text Example

White with #2366EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2366EB; }

 p { color: rgb(35,102,235); }

 H1.HeaderClassName
 {
   color: #2366EB;
 }
 .AnyTagClassName
 {
   color: #2366EB;
 }
</style>

background-color css

<style>
 a { background-color: #2366EB; }

 a { background-color: rgb(35,102,235); }

 div.DivClassName
 {
   background-color: #2366EB;
 }
 .BgClassName
 {
   background-color: #2366EB;
 }
</style>

border-color css

<style>
 span { border-color: #2366EB; }

 span { border-color: rgb(35,102,235); }

 td.TdClassName
 {
   border-color: #2366EB;
 }
 .TagClassName
 {
   border-color: #2366EB;
 }
</style>