Html Css Color HEX #3050CB Cerulean Blue

📋 copy color: '#3050CB'

red 48 ◦ green 80 ◦ blue 203

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

Shades of Cerulean Blue #3050CB

Tints of Cerulean Blue #3050CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 14.5%
G = 24.17%
B = 61.33%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3050CB (or 0x3050CB) is known color: Cerulean Blue. HEX triplet: 30, 50 and CB. RGB value is (48,80,203). Sum of RGB (Red+Green+Blue) = 48+80+203=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #3050CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050CB is #CFAF34. Grayscale: #535353. Windows color (decimal): -13610805 or 13324336. OLE color: 13324336.

HSL color Cylindrical-coordinate representation of color #3050CB: hue angle of 227.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3050CB is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 80 203 -
CMYK 0.76 0.61 0 0.20
HSL 227.61º 0.62% 0.49% -
HSV(B) 227.61º 0.76% 0.8% -
XYZ 14.87 10.68 57.78 -
YUV 84.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 48 80 203 0.76 0.61 0 0.20 227.61 0.62 0.49
Hex 30 50 CB 4C 3D 0 14 E4 3E 31
Octal 60 120 313 114 75 0 24 344 76 61
Binary 110000 1010000 11001011 1001100 111101 0 10100 11100100 111110 110001

Color Harmonies of #3050CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3050CB

Black with #3050CB

Text Example


Text Example

White with #3050CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3050CB; }

 p { color: rgb(48,80,203); }

 H1.HeaderClassName
 {
   color: #3050CB;
 }
 .AnyTagClassName
 {
   color: #3050CB;
 }
</style>

background-color css

<style>
 a { background-color: #3050CB; }

 a { background-color: rgb(48,80,203); }

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

border-color css

<style>
 span { border-color: #3050CB; }

 span { border-color: rgb(48,80,203); }

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