Html Css Color HEX #264FCC Cerulean Blue

📋 copy color: '#264FCC'

red 38 ◦ green 79 ◦ blue 204

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

Shades of Cerulean Blue #264FCC

Tints of Cerulean Blue #264FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 11.84%
G = 24.61%
B = 63.55%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#264FCC (or 0x264FCC) is known color: Cerulean Blue. HEX triplet: 26, 4F and CC. RGB value is (38,79,204). Sum of RGB (Red+Green+Blue) = 38+79+204=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #264FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FCC is #D9B033. Grayscale: #505050. Windows color (decimal): -14266420 or 13389606. OLE color: 13389606.

HSL color Cylindrical-coordinate representation of color #264FCC: hue angle of 225.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264FCC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 79 204 -
CMYK 0.81 0.61 0 0.2
HSL 225.18º 0.69% 0.47% -
HSV(B) 225.18º 0.81% 0.8% -
XYZ 14.49 10.36 58.36 -
YUV 80.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 38 79 204 0.81 0.61 0 0.2 225.18 0.69 0.47
Hex 26 4F CC 51 3D 0 14 E1 45 2F
Octal 46 117 314 121 75 0 24 341 105 57
Binary 100110 1001111 11001100 1010001 111101 0 10100 11100001 1000101 101111

Color Harmonies of #264FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FCC

Black with #264FCC

Text Example


Text Example

White with #264FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,79,204); }

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

background-color css

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

 a { background-color: rgb(38,79,204); }

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

border-color css

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

 span { border-color: rgb(38,79,204); }

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