Html Css Color HEX #305AD1 Cerulean Blue

📋 copy color: '#305AD1'

red 48 ◦ green 90 ◦ blue 209

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

Shades of Cerulean Blue #305AD1

Tints of Cerulean Blue #305AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 60.23%

R = 13.83%
G = 25.94%
B = 60.23%

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

#305AD1 (or 0x305AD1) is known color: Cerulean Blue. HEX triplet: 30, 5A and D1. RGB value is (48,90,209). Sum of RGB (Red+Green+Blue) = 48+90+209=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #305AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305AD1 is #CFA52E. Grayscale: #5A5A5A. Windows color (decimal): -13608239 or 13720112. OLE color: 13720112.

HSL color Cylindrical-coordinate representation of color #305AD1: hue angle of 224.35º degrees, saturation: 0.64, 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 #305AD1 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 90 209 -
CMYK 0.77 0.57 0 0.18
HSL 224.35º 0.64% 0.5% -
HSV(B) 224.35º 0.77% 0.82% -
XYZ 16.38 12.54 61.88 -
YUV 91.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 48 90 209 0.77 0.57 0 0.18 224.35 0.64 0.5
Hex 30 5A D1 4D 39 0 12 E0 40 32
Octal 60 132 321 115 71 0 22 340 100 62
Binary 110000 1011010 11010001 1001101 111001 0 10010 11100000 1000000 110010

Color Harmonies of #305AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AD1

Black with #305AD1

Text Example


Text Example

White with #305AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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