Html Css Color HEX #305FBA Cerulean Blue

📋 copy color: '#305FBA'

red 48 ◦ green 95 ◦ blue 186

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

Shades of Cerulean Blue #305FBA

Tints of Cerulean Blue #305FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 14.59%
G = 28.88%
B = 56.53%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#305FBA (or 0x305FBA) is known color: Cerulean Blue. HEX triplet: 30, 5F and BA. RGB value is (48,95,186). Sum of RGB (Red+Green+Blue) = 48+95+186=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #305FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FBA is #CFA045. Grayscale: #5A5A5A. Windows color (decimal): -13606982 or 12214064. OLE color: 12214064.

HSL color Cylindrical-coordinate representation of color #305FBA: hue angle of 219.57º 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 #305FBA is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 95 186 -
CMYK 0.74 0.49 0 0.27
HSL 219.57º 0.59% 0.46% -
HSV(B) 219.57º 0.74% 0.73% -
XYZ 14.17 12.36 48.09 -
YUV 91.32 181.43 97.1 -
System Red Green Blue C M Y K H S L
Decimal 48 95 186 0.74 0.49 0 0.27 219.57 0.59 0.46
Hex 30 5F BA 4A 31 0 1B DC 3B 2E
Octal 60 137 272 112 61 0 33 334 73 56
Binary 110000 1011111 10111010 1001010 110001 0 11011 11011100 111011 101110

Color Harmonies of #305FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FBA

Black with #305FBA

Text Example


Text Example

White with #305FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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