Html Css Color HEX #305ACD Cerulean Blue

📋 copy color: '#305ACD'

red 48 ◦ green 90 ◦ blue 205

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

Shades of Cerulean Blue #305ACD

Tints of Cerulean Blue #305ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

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

R = 13.99%
G = 26.24%
B = 59.77%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#305ACD (or 0x305ACD) is known color: Cerulean Blue. HEX triplet: 30, 5A and CD. RGB value is (48,90,205). Sum of RGB (Red+Green+Blue) = 48+90+205=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #305ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ACD is #CFA532. Grayscale: #5A5A5A. Windows color (decimal): -13608243 or 13457968. OLE color: 13457968.

HSL color Cylindrical-coordinate representation of color #305ACD: hue angle of 223.95º 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 #305ACD is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 90 205 -
CMYK 0.77 0.56 0 0.20
HSL 223.95º 0.62% 0.5% -
HSV(B) 223.95º 0.77% 0.8% -
XYZ 15.89 12.35 59.3 -
YUV 90.55 192.59 97.65 -
System Red Green Blue C M Y K H S L
Decimal 48 90 205 0.77 0.56 0 0.20 223.95 0.62 0.5
Hex 30 5A CD 4D 38 0 14 E0 3E 32
Octal 60 132 315 115 70 0 24 340 76 62
Binary 110000 1011010 11001101 1001101 111000 0 10100 11100000 111110 110010

Color Harmonies of #305ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ACD

Black with #305ACD

Text Example


Text Example

White with #305ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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