Html Css Color HEX #2366EA Royal Blue

📋 copy color: '#2366EA'

red 35 ◦ green 102 ◦ blue 234

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

Shades of Royal Blue #2366EA

Tints of Royal Blue #2366EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 9.43%
G = 27.49%
B = 63.07%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2366EA (or 0x2366EA) is known color: Royal Blue. HEX triplet: 23, 66 and EA. RGB value is (35,102,234). Sum of RGB (Red+Green+Blue) = 35+102+234=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #2366EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2366EA is #DC9915. Grayscale: #606060. Windows color (decimal): -14457110 or 15361571. OLE color: 15361571.

HSL color Cylindrical-coordinate representation of color #2366EA: hue angle of 219.8º 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 #2366EA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 102 234 -
CMYK 0.85 0.56 0 0.08
HSL 219.8º 0.83% 0.53% -
HSV(B) 219.8º 0.85% 0.92% -
XYZ 20.3 15.8 79.82 -
YUV 97.02 205.3 83.77 -
System Red Green Blue C M Y K H S L
Decimal 35 102 234 0.85 0.56 0 0.08 219.8 0.83 0.53
Hex 23 66 EA 55 38 0 8 DC 53 35
Octal 43 146 352 125 70 0 10 334 123 65
Binary 100011 1100110 11101010 1010101 111000 0 1000 11011100 1010011 110101

Color Harmonies of #2366EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2366EA

Black with #2366EA

Text Example


Text Example

White with #2366EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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