Html Css Color HEX #305AD0 Cerulean Blue

📋 copy color: '#305AD0'

red 48 ◦ green 90 ◦ blue 208

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

Shades of Cerulean Blue #305AD0

Tints of Cerulean Blue #305AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 60.12%

R = 13.87%
G = 26.01%
B = 60.12%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#305AD0 (or 0x305AD0) is known color: Cerulean Blue. HEX triplet: 30, 5A and D0. RGB value is (48,90,208). Sum of RGB (Red+Green+Blue) = 48+90+208=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #305AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305AD0 is #CFA52F. Grayscale: #5A5A5A. Windows color (decimal): -13608240 or 13654576. OLE color: 13654576.

HSL color Cylindrical-coordinate representation of color #305AD0: hue angle of 224.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305AD0 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 90 208 -
CMYK 0.77 0.57 0 0.18
HSL 224.25º 0.63% 0.5% -
HSV(B) 224.25º 0.77% 0.82% -
XYZ 16.26 12.49 61.23 -
YUV 90.89 194.09 97.41 -
System Red Green Blue C M Y K H S L
Decimal 48 90 208 0.77 0.57 0 0.18 224.25 0.63 0.5
Hex 30 5A D0 4D 39 0 12 E0 3F 32
Octal 60 132 320 115 71 0 22 340 77 62
Binary 110000 1011010 11010000 1001101 111001 0 10010 11100000 111111 110010

Color Harmonies of #305AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AD0

Black with #305AD0

Text Example


Text Example

White with #305AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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