Html Css Color HEX #194BCF Cerulean Blue

📋 copy color: '#194BCF'

red 25 ◦ green 75 ◦ blue 207

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

Shades of Cerulean Blue #194BCF

Tints of Cerulean Blue #194BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 8.14%
G = 24.43%
B = 67.43%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#194BCF (or 0x194BCF) is known color: Cerulean Blue. HEX triplet: 19, 4B and CF. RGB value is (25,75,207). Sum of RGB (Red+Green+Blue) = 25+75+207=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #194BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BCF is #E6B430. Grayscale: #4A4A4A. Windows color (decimal): -15119409 or 13585177. OLE color: 13585177.

HSL color Cylindrical-coordinate representation of color #194BCF: hue angle of 223.52º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194BCF is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 75 207 -
CMYK 0.88 0.64 0 0.19
HSL 223.52º 0.78% 0.45% -
HSV(B) 223.52º 0.88% 0.81% -
XYZ 14.18 9.74 60.16 -
YUV 75.1 202.44 92.27 -
System Red Green Blue C M Y K H S L
Decimal 25 75 207 0.88 0.64 0 0.19 223.52 0.78 0.45
Hex 19 4B CF 58 40 0 13 E0 4E 2D
Octal 31 113 317 130 100 0 23 340 116 55
Binary 11001 1001011 11001111 1011000 1000000 0 10011 11100000 1001110 101101

Color Harmonies of #194BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BCF

Black with #194BCF

Text Example


Text Example

White with #194BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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