Html Css Color HEX #194FDD Cerulean Blue

📋 copy color: '#194FDD'

red 25 ◦ green 79 ◦ blue 221

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

Shades of Cerulean Blue #194FDD

Tints of Cerulean Blue #194FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.31%

 BLUE value IS 221 (86.72% from 255) = 68%

R = 7.69%
G = 24.31%
B = 68%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#194FDD (or 0x194FDD) is known color: Cerulean Blue. HEX triplet: 19, 4F and DD. RGB value is (25,79,221). Sum of RGB (Red+Green+Blue) = 25+79+221=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #194FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FDD is #E6B022. Grayscale: #4E4E4E. Windows color (decimal): -15118371 or 14503705. OLE color: 14503705.

HSL color Cylindrical-coordinate representation of color #194FDD: hue angle of 223.47º 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 #194FDD is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 79 221 -
CMYK 0.89 0.64 0 0.13
HSL 223.47º 0.8% 0.48% -
HSV(B) 223.47º 0.89% 0.87% -
XYZ 16.25 11.02 69.68 -
YUV 79.04 208.11 89.45 -
System Red Green Blue C M Y K H S L
Decimal 25 79 221 0.89 0.64 0 0.13 223.47 0.8 0.48
Hex 19 4F DD 59 40 0 D DF 50 30
Octal 31 117 335 131 100 0 15 337 120 60
Binary 11001 1001111 11011101 1011001 1000000 0 1101 11011111 1010000 110000

Color Harmonies of #194FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FDD

Black with #194FDD

Text Example


Text Example

White with #194FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,79,221); }

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

background-color css

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

 a { background-color: rgb(25,79,221); }

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

border-color css

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

 span { border-color: rgb(25,79,221); }

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