Html Css Color HEX #194CEB Cerulean Blue

📋 copy color: '#194CEB'

red 25 ◦ green 76 ◦ blue 235

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

Shades of Cerulean Blue #194CEB

Tints of Cerulean Blue #194CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 235 (92.19% from 255) = 69.94%

R = 7.44%
G = 22.62%
B = 69.94%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#194CEB (or 0x194CEB) is known color: Cerulean Blue. HEX triplet: 19, 4C and EB. RGB value is (25,76,235). Sum of RGB (Red+Green+Blue) = 25+76+235=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #194CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CEB is #E6B314. Grayscale: #4E4E4E. Windows color (decimal): -15119125 or 15420441. OLE color: 15420441.

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

Color convert

RGB 25 76 235 -
CMYK 0.89 0.68 0 0.08
HSL 225.43º 0.84% 0.51% -
HSV(B) 225.43º 0.89% 0.92% -
XYZ 17.98 11.37 79.84 -
YUV 78.88 216.1 89.57 -
System Red Green Blue C M Y K H S L
Decimal 25 76 235 0.89 0.68 0 0.08 225.43 0.84 0.51
Hex 19 4C EB 59 44 0 8 E1 54 33
Octal 31 114 353 131 104 0 10 341 124 63
Binary 11001 1001100 11101011 1011001 1000100 0 1000 11100001 1010100 110011

Color Harmonies of #194CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CEB

Black with #194CEB

Text Example


Text Example

White with #194CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,76,235); }

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

background-color css

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

 a { background-color: rgb(25,76,235); }

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

border-color css

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

 span { border-color: rgb(25,76,235); }

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