Html Css Color HEX #264ACC Cerulean Blue

📋 copy color: '#264ACC'

red 38 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #264ACC

Tints of Cerulean Blue #264ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

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

R = 12.03%
G = 23.42%
B = 64.56%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#264ACC (or 0x264ACC) is known color: Cerulean Blue. HEX triplet: 26, 4A and CC. RGB value is (38,74,204). Sum of RGB (Red+Green+Blue) = 38+74+204=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #264ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ACC is #D9B533. Grayscale: #4D4D4D. Windows color (decimal): -14267700 or 13388326. OLE color: 13388326.

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

Color convert

RGB 38 74 204 -
CMYK 0.81 0.64 0 0.2
HSL 226.99º 0.69% 0.47% -
HSV(B) 226.99º 0.81% 0.8% -
XYZ 14.15 9.67 58.25 -
YUV 78.06 199.07 99.43 -
System Red Green Blue C M Y K H S L
Decimal 38 74 204 0.81 0.64 0 0.2 226.99 0.69 0.47
Hex 26 4A CC 51 40 0 14 E3 45 2F
Octal 46 112 314 121 100 0 24 343 105 57
Binary 100110 1001010 11001100 1010001 1000000 0 10100 11100011 1000101 101111

Color Harmonies of #264ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ACC

Black with #264ACC

Text Example


Text Example

White with #264ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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