Html Css Color HEX #194DDF Cerulean Blue

📋 copy color: '#194DDF'

red 25 ◦ green 77 ◦ blue 223

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

Shades of Cerulean Blue #194DDF

Tints of Cerulean Blue #194DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 7.69%
G = 23.69%
B = 68.62%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#194DDF (or 0x194DDF) is known color: Cerulean Blue. HEX triplet: 19, 4D and DF. RGB value is (25,77,223). Sum of RGB (Red+Green+Blue) = 25+77+223=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #194DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DDF is #E6B220. Grayscale: #4D4D4D. Windows color (decimal): -15118881 or 14634265. OLE color: 14634265.

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

Color convert

RGB 25 77 223 -
CMYK 0.89 0.65 0 0.13
HSL 224.24º 0.8% 0.49% -
HSV(B) 224.24º 0.89% 0.87% -
XYZ 16.37 10.84 71.04 -
YUV 78.1 209.77 90.13 -
System Red Green Blue C M Y K H S L
Decimal 25 77 223 0.89 0.65 0 0.13 224.24 0.8 0.49
Hex 19 4D DF 59 41 0 D E0 50 31
Octal 31 115 337 131 101 0 15 340 120 61
Binary 11001 1001101 11011111 1011001 1000001 0 1101 11100000 1010000 110001

Color Harmonies of #194DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DDF

Black with #194DDF

Text Example


Text Example

White with #194DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,77,223); }

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

background-color css

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

 a { background-color: rgb(25,77,223); }

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

border-color css

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

 span { border-color: rgb(25,77,223); }

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