Html Css Color HEX #305CD2 Cerulean Blue

📋 copy color: '#305CD2'

red 48 ◦ green 92 ◦ blue 210

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

Shades of Cerulean Blue #305CD2

Tints of Cerulean Blue #305CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 13.71%
G = 26.29%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#305CD2 (or 0x305CD2) is known color: Cerulean Blue. HEX triplet: 30, 5C and D2. RGB value is (48,92,210). Sum of RGB (Red+Green+Blue) = 48+92+210=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 210 (82.42% from 255 or 60% from 350); Max value from RGB is 210 - color contains mainly: blue. Hex color #305CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CD2 is #CFA32D. Grayscale: #5B5B5B. Windows color (decimal): -13607726 or 13786160. OLE color: 13786160.

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

Color convert

RGB 48 92 210 -
CMYK 0.77 0.56 0 0.18
HSL 223.7º 0.64% 0.51% -
HSV(B) 223.7º 0.77% 0.82% -
XYZ 16.68 12.94 62.59 -
YUV 92.3 194.42 96.41 -
System Red Green Blue C M Y K H S L
Decimal 48 92 210 0.77 0.56 0 0.18 223.7 0.64 0.51
Hex 30 5C D2 4D 38 0 12 E0 40 33
Octal 60 134 322 115 70 0 22 340 100 63
Binary 110000 1011100 11010010 1001101 111000 0 10010 11100000 1000000 110011

Color Harmonies of #305CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CD2

Black with #305CD2

Text Example


Text Example

White with #305CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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