Html Css Color HEX #264ACD Cerulean Blue

📋 copy color: '#264ACD'

red 38 ◦ green 74 ◦ blue 205

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

Shades of Cerulean Blue #264ACD

Tints of Cerulean Blue #264ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 11.99%
G = 23.34%
B = 64.67%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#264ACD (or 0x264ACD) is known color: Cerulean Blue. HEX triplet: 26, 4A and CD. RGB value is (38,74,205). Sum of RGB (Red+Green+Blue) = 38+74+205=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #264ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ACD is #D9B532. Grayscale: #4D4D4D. Windows color (decimal): -14267699 or 13453862. OLE color: 13453862.

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

Color convert

RGB 38 74 205 -
CMYK 0.81 0.64 0 0.20
HSL 227.07º 0.69% 0.48% -
HSV(B) 227.07º 0.81% 0.8% -
XYZ 14.27 9.72 58.88 -
YUV 78.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 38 74 205 0.81 0.64 0 0.20 227.07 0.69 0.48
Hex 26 4A CD 51 40 0 14 E3 45 30
Octal 46 112 315 121 100 0 24 343 105 60
Binary 100110 1001010 11001101 1010001 1000000 0 10100 11100011 1000101 110000

Color Harmonies of #264ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ACD

Black with #264ACD

Text Example


Text Example

White with #264ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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