Html Css Color HEX #305ABB Cerulean Blue

📋 copy color: '#305ABB'

red 48 ◦ green 90 ◦ blue 187

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

Shades of Cerulean Blue #305ABB

Tints of Cerulean Blue #305ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 14.77%
G = 27.69%
B = 57.54%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#305ABB (or 0x305ABB) is known color: Cerulean Blue. HEX triplet: 30, 5A and BB. RGB value is (48,90,187). Sum of RGB (Red+Green+Blue) = 48+90+187=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #305ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ABB is #CFA544. Grayscale: #585858. Windows color (decimal): -13608261 or 12278320. OLE color: 12278320.

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

Color convert

RGB 48 90 187 -
CMYK 0.74 0.52 0 0.27
HSL 221.87º 0.59% 0.46% -
HSV(B) 221.87º 0.74% 0.73% -
XYZ 13.84 11.53 48.51 -
YUV 88.5 183.59 99.11 -
System Red Green Blue C M Y K H S L
Decimal 48 90 187 0.74 0.52 0 0.27 221.87 0.59 0.46
Hex 30 5A BB 4A 34 0 1B DE 3B 2E
Octal 60 132 273 112 64 0 33 336 73 56
Binary 110000 1011010 10111011 1001010 110100 0 11011 11011110 111011 101110

Color Harmonies of #305ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ABB

Black with #305ABB

Text Example


Text Example

White with #305ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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