Html Css Color HEX #264BCC Cerulean Blue

📋 copy color: '#264BCC'

red 38 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #264BCC

Tints of Cerulean Blue #264BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.66%

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

R = 11.99%
G = 23.66%
B = 64.35%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#264BCC (or 0x264BCC) is known color: Cerulean Blue. HEX triplet: 26, 4B and CC. RGB value is (38,75,204). Sum of RGB (Red+Green+Blue) = 38+75+204=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #264BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BCC is #D9B433. Grayscale: #4E4E4E. Windows color (decimal): -14267444 or 13388582. OLE color: 13388582.

HSL color Cylindrical-coordinate representation of color #264BCC: hue angle of 226.63º 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 #264BCC is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 75 204 -
CMYK 0.81 0.63 0 0.2
HSL 226.63º 0.69% 0.47% -
HSV(B) 226.63º 0.81% 0.8% -
XYZ 14.21 9.8 58.27 -
YUV 78.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 38 75 204 0.81 0.63 0 0.2 226.63 0.69 0.47
Hex 26 4B CC 51 3F 0 14 E3 45 2F
Octal 46 113 314 121 77 0 24 343 105 57
Binary 100110 1001011 11001100 1010001 111111 0 10100 11100011 1000101 101111

Color Harmonies of #264BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BCC

Black with #264BCC

Text Example


Text Example

White with #264BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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