Html Css Color HEX #304ACD Cerulean Blue

📋 copy color: '#304ACD'

red 48 ◦ green 74 ◦ blue 205

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

Shades of Cerulean Blue #304ACD

Tints of Cerulean Blue #304ACD

RGB

 RED value IS 48 (19.14% from 255) = 14.68%

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

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

R = 14.68%
G = 22.63%
B = 62.69%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#304ACD (or 0x304ACD) is known color: Cerulean Blue. HEX triplet: 30, 4A and CD. RGB value is (48,74,205). Sum of RGB (Red+Green+Blue) = 48+74+205=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #304ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ACD is #CFB532. Grayscale: #505050. Windows color (decimal): -13612339 or 13453872. OLE color: 13453872.

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

Color convert

RGB 48 74 205 -
CMYK 0.77 0.64 0 0.20
HSL 230.06º 0.62% 0.5% -
HSV(B) 230.06º 0.77% 0.8% -
XYZ 14.69 9.93 58.9 -
YUV 81.16 197.89 104.35 -
System Red Green Blue C M Y K H S L
Decimal 48 74 205 0.77 0.64 0 0.20 230.06 0.62 0.5
Hex 30 4A CD 4D 40 0 14 E6 3E 32
Octal 60 112 315 115 100 0 24 346 76 62
Binary 110000 1001010 11001101 1001101 1000000 0 10100 11100110 111110 110010

Color Harmonies of #304ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304ACD

Black with #304ACD

Text Example


Text Example

White with #304ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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