Html Css Color HEX #305FB7 Cerulean Blue

📋 copy color: '#305FB7'

red 48 ◦ green 95 ◦ blue 183

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

Shades of Cerulean Blue #305FB7

Tints of Cerulean Blue #305FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 56.13%

R = 14.72%
G = 29.14%
B = 56.13%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#305FB7 (or 0x305FB7) is known color: Cerulean Blue. HEX triplet: 30, 5F and B7. RGB value is (48,95,183). Sum of RGB (Red+Green+Blue) = 48+95+183=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #305FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FB7 is #CFA048. Grayscale: #5A5A5A. Windows color (decimal): -13606985 or 12017456. OLE color: 12017456.

HSL color Cylindrical-coordinate representation of color #305FB7: hue angle of 219.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305FB7 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 95 183 -
CMYK 0.74 0.48 0 0.28
HSL 219.11º 0.58% 0.45% -
HSV(B) 219.11º 0.74% 0.72% -
XYZ 13.86 12.23 46.43 -
YUV 90.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 48 95 183 0.74 0.48 0 0.28 219.11 0.58 0.45
Hex 30 5F B7 4A 30 0 1C DB 3A 2D
Octal 60 137 267 112 60 0 34 333 72 55
Binary 110000 1011111 10110111 1001010 110000 0 11100 11011011 111010 101101

Color Harmonies of #305FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FB7

Black with #305FB7

Text Example


Text Example

White with #305FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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