Html Css Color HEX #419AC2 Curious Blue

📋 copy color: '#419AC2'

red 65 ◦ green 154 ◦ blue 194

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

Shades of Curious Blue #419AC2

Tints of Curious Blue #419AC2

RGB

 RED value IS 65 (25.78% from 255) = 15.74%

 GREEN value IS 154 (60.55% from 255) = 37.29%

 BLUE value IS 194 (76.17% from 255) = 46.97%

R = 15.74%
G = 37.29%
B = 46.97%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#419AC2 (or 0x419AC2) is known color: Curious Blue. HEX triplet: 41, 9A and C2. RGB value is (65,154,194). Sum of RGB (Red+Green+Blue) = 65+154+194=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 194 - color contains mainly: blue. Hex color #419AC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419AC2 is #BE653D. Grayscale: #838383. Windows color (decimal): -12477758 or 12753473. OLE color: 12753473.

HSL color Cylindrical-coordinate representation of color #419AC2: hue angle of 198.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419AC2 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 154 194 -
CMYK 0.66 0.21 0 0.24
HSL 198.6º 0.51% 0.51% -
HSV(B) 198.6º 0.66% 0.76% -
XYZ 23.47 28.13 55.23 -
YUV 131.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 65 154 194 0.66 0.21 0 0.24 198.6 0.51 0.51
Hex 41 9A C2 42 15 0 18 C7 33 33
Octal 101 232 302 102 25 0 30 307 63 63
Binary 1000001 10011010 11000010 1000010 10101 0 11000 11000111 110011 110011

Color Harmonies of #419AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419AC2

Black with #419AC2

Text Example


Text Example

White with #419AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419AC2; }

 p { color: rgb(65,154,194); }

 H1.HeaderClassName
 {
   color: #419AC2;
 }
 .AnyTagClassName
 {
   color: #419AC2;
 }
</style>

background-color css

<style>
 a { background-color: #419AC2; }

 a { background-color: rgb(65,154,194); }

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

border-color css

<style>
 span { border-color: #419AC2; }

 span { border-color: rgb(65,154,194); }

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