Html Css Color HEX #194BDE Cerulean Blue

📋 copy color: '#194BDE'

red 25 ◦ green 75 ◦ blue 222

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

Shades of Cerulean Blue #194BDE

Tints of Cerulean Blue #194BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.94%

R = 7.76%
G = 23.29%
B = 68.94%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#194BDE (or 0x194BDE) is known color: Cerulean Blue. HEX triplet: 19, 4B and DE. RGB value is (25,75,222). Sum of RGB (Red+Green+Blue) = 25+75+222=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #194BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BDE is #E6B421. Grayscale: #4C4C4C. Windows color (decimal): -15119394 or 14568217. OLE color: 14568217.

HSL color Cylindrical-coordinate representation of color #194BDE: hue angle of 224.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194BDE is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 75 222 -
CMYK 0.89 0.66 0 0.13
HSL 224.77º 0.8% 0.48% -
HSV(B) 224.77º 0.89% 0.87% -
XYZ 16.1 10.51 70.29 -
YUV 76.81 209.94 91.05 -
System Red Green Blue C M Y K H S L
Decimal 25 75 222 0.89 0.66 0 0.13 224.77 0.8 0.48
Hex 19 4B DE 59 42 0 D E1 50 30
Octal 31 113 336 131 102 0 15 341 120 60
Binary 11001 1001011 11011110 1011001 1000010 0 1101 11100001 1010000 110000

Color Harmonies of #194BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BDE

Black with #194BDE

Text Example


Text Example

White with #194BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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