Html Css Color HEX #264DC8 Cerulean Blue

📋 copy color: '#264DC8'

red 38 ◦ green 77 ◦ blue 200

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

Shades of Cerulean Blue #264DC8

Tints of Cerulean Blue #264DC8

RGB

 RED value IS 38 (15.23% from 255) = 12.06%

 GREEN value IS 77 (30.47% from 255) = 24.44%

 BLUE value IS 200 (78.52% from 255) = 63.49%

R = 12.06%
G = 24.44%
B = 63.49%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#264DC8 (or 0x264DC8) is known color: Cerulean Blue. HEX triplet: 26, 4D and C8. RGB value is (38,77,200). Sum of RGB (Red+Green+Blue) = 38+77+200=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #264DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DC8 is #D9B237. Grayscale: #4E4E4E. Windows color (decimal): -14266936 or 13126950. OLE color: 13126950.

HSL color Cylindrical-coordinate representation of color #264DC8: hue angle of 225.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264DC8 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 77 200 -
CMYK 0.81 0.62 0 0.22
HSL 225.56º 0.68% 0.47% -
HSV(B) 225.56º 0.81% 0.78% -
XYZ 13.88 9.89 55.82 -
YUV 79.36 196.08 98.5 -
System Red Green Blue C M Y K H S L
Decimal 38 77 200 0.81 0.62 0 0.22 225.56 0.68 0.47
Hex 26 4D C8 51 3E 0 16 E2 44 2F
Octal 46 115 310 121 76 0 26 342 104 57
Binary 100110 1001101 11001000 1010001 111110 0 10110 11100010 1000100 101111

Color Harmonies of #264DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DC8

Black with #264DC8

Text Example


Text Example

White with #264DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264DC8; }

 p { color: rgb(38,77,200); }

 H1.HeaderClassName
 {
   color: #264DC8;
 }
 .AnyTagClassName
 {
   color: #264DC8;
 }
</style>

background-color css

<style>
 a { background-color: #264DC8; }

 a { background-color: rgb(38,77,200); }

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

border-color css

<style>
 span { border-color: #264DC8; }

 span { border-color: rgb(38,77,200); }

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