Html Css Color HEX #305EBD Cerulean Blue

📋 copy color: '#305EBD'

red 48 ◦ green 94 ◦ blue 189

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

Shades of Cerulean Blue #305EBD

Tints of Cerulean Blue #305EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 14.5%
G = 28.4%
B = 57.1%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#305EBD (or 0x305EBD) is known color: Cerulean Blue. HEX triplet: 30, 5E and BD. RGB value is (48,94,189). Sum of RGB (Red+Green+Blue) = 48+94+189=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #305EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EBD is #CFA142. Grayscale: #5A5A5A. Windows color (decimal): -13607235 or 12410416. OLE color: 12410416.

HSL color Cylindrical-coordinate representation of color #305EBD: hue angle of 220.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305EBD is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 94 189 -
CMYK 0.75 0.50 0 0.26
HSL 220.43º 0.59% 0.46% -
HSV(B) 220.43º 0.75% 0.74% -
XYZ 14.41 12.31 49.76 -
YUV 91.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 48 94 189 0.75 0.50 0 0.26 220.43 0.59 0.46
Hex 30 5E BD 4B 32 0 1A DC 3B 2E
Octal 60 136 275 113 62 0 32 334 73 56
Binary 110000 1011110 10111101 1001011 110010 0 11010 11011100 111011 101110

Color Harmonies of #305EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EBD

Black with #305EBD

Text Example


Text Example

White with #305EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,94,189); }

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

background-color css

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

 a { background-color: rgb(48,94,189); }

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

border-color css

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

 span { border-color: rgb(48,94,189); }

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