Html Css Color HEX #305FD2 Cerulean Blue

📋 copy color: '#305FD2'

red 48 ◦ green 95 ◦ blue 210

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

Shades of Cerulean Blue #305FD2

Tints of Cerulean Blue #305FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

 BLUE value IS 210 (82.42% from 255) = 59.49%

R = 13.6%
G = 26.91%
B = 59.49%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#305FD2 (or 0x305FD2) is known color: Cerulean Blue. HEX triplet: 30, 5F and D2. RGB value is (48,95,210). Sum of RGB (Red+Green+Blue) = 48+95+210=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 210 (82.42% from 255 or 59.49% from 353); Max value from RGB is 210 - color contains mainly: blue. Hex color #305FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FD2 is #CFA02D. Grayscale: #5D5D5D. Windows color (decimal): -13606958 or 13786928. OLE color: 13786928.

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

Color convert

RGB 48 95 210 -
CMYK 0.77 0.55 0 0.18
HSL 222.59º 0.64% 0.51% -
HSV(B) 222.59º 0.77% 0.82% -
XYZ 16.94 13.47 62.68 -
YUV 94.06 193.43 95.15 -
System Red Green Blue C M Y K H S L
Decimal 48 95 210 0.77 0.55 0 0.18 222.59 0.64 0.51
Hex 30 5F D2 4D 37 0 12 DF 40 33
Octal 60 137 322 115 67 0 22 337 100 63
Binary 110000 1011111 11010010 1001101 110111 0 10010 11011111 1000000 110011

Color Harmonies of #305FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FD2

Black with #305FD2

Text Example


Text Example

White with #305FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,210); }

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

background-color css

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

 a { background-color: rgb(48,95,210); }

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

border-color css

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

 span { border-color: rgb(48,95,210); }

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