Html Css Color HEX #194BEC Cerulean Blue

📋 copy color: '#194BEC'

red 25 ◦ green 75 ◦ blue 236

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

Shades of Cerulean Blue #194BEC

Tints of Cerulean Blue #194BEC

RGB

 RED value IS 25 (10.16% from 255) = 7.44%

 GREEN value IS 75 (29.69% from 255) = 22.32%

 BLUE value IS 236 (92.58% from 255) = 70.24%

R = 7.44%
G = 22.32%
B = 70.24%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#194BEC (or 0x194BEC) is known color: Cerulean Blue. HEX triplet: 19, 4B and EC. RGB value is (25,75,236). Sum of RGB (Red+Green+Blue) = 25+75+236=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #194BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194BEC is #E6B413. Grayscale: #4D4D4D. Windows color (decimal): -15119380 or 15485721. OLE color: 15485721.

HSL color Cylindrical-coordinate representation of color #194BEC: hue angle of 225.78º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194BEC is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 75 236 -
CMYK 0.89 0.68 0 0.07
HSL 225.78º 0.85% 0.51% -
HSV(B) 225.78º 0.89% 0.93% -
XYZ 18.06 11.29 80.59 -
YUV 78.4 216.94 89.91 -
System Red Green Blue C M Y K H S L
Decimal 25 75 236 0.89 0.68 0 0.07 225.78 0.85 0.51
Hex 19 4B EC 59 44 0 7 E2 55 33
Octal 31 113 354 131 104 0 7 342 125 63
Binary 11001 1001011 11101100 1011001 1000100 0 111 11100010 1010101 110011

Color Harmonies of #194BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BEC

Black with #194BEC

Text Example


Text Example

White with #194BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194BEC; }

 p { color: rgb(25,75,236); }

 H1.HeaderClassName
 {
   color: #194BEC;
 }
 .AnyTagClassName
 {
   color: #194BEC;
 }
</style>

background-color css

<style>
 a { background-color: #194BEC; }

 a { background-color: rgb(25,75,236); }

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

border-color css

<style>
 span { border-color: #194BEC; }

 span { border-color: rgb(25,75,236); }

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