Html Css Color HEX #2264EA Royal Blue

📋 copy color: '#2264EA'

red 34 ◦ green 100 ◦ blue 234

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

Shades of Royal Blue #2264EA

Tints of Royal Blue #2264EA

RGB

 RED value IS 34 (13.67% from 255) = 9.24%

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 9.24%
G = 27.17%
B = 63.59%

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

#2264EA (or 0x2264EA) is known color: Royal Blue. HEX triplet: 22, 64 and EA. RGB value is (34,100,234). Sum of RGB (Red+Green+Blue) = 34+100+234=368 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.24% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #2264EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2264EA is #DD9B15. Grayscale: #5E5E5E. Windows color (decimal): -14523158 or 15361058. OLE color: 15361058.

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

Color convert

RGB 34 100 234 -
CMYK 0.85 0.57 0 0.08
HSL 220.2º 0.83% 0.53% -
HSV(B) 220.2º 0.85% 0.92% -
XYZ 20.07 15.39 79.76 -
YUV 95.54 206.13 84.1 -
System Red Green Blue C M Y K H S L
Decimal 34 100 234 0.85 0.57 0 0.08 220.2 0.83 0.53
Hex 22 64 EA 55 39 0 8 DC 53 35
Octal 42 144 352 125 71 0 10 334 123 65
Binary 100010 1100100 11101010 1010101 111001 0 1000 11011100 1010011 110101

Color Harmonies of #2264EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2264EA

Black with #2264EA

Text Example


Text Example

White with #2264EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,100,234); }

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

background-color css

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

 a { background-color: rgb(34,100,234); }

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

border-color css

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

 span { border-color: rgb(34,100,234); }

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