Html Css Color HEX #427EC4 Curious Blue

📋 copy color: '#427EC4'

red 66 ◦ green 126 ◦ blue 196

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

Shades of Curious Blue #427EC4

Tints of Curious Blue #427EC4

RGB

 RED value IS 66 (26.17% from 255) = 17.01%

 GREEN value IS 126 (49.61% from 255) = 32.47%

 BLUE value IS 196 (76.95% from 255) = 50.52%

R = 17.01%
G = 32.47%
B = 50.52%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#427EC4 (or 0x427EC4) is known color: Curious Blue. HEX triplet: 42, 7E and C4. RGB value is (66,126,196). Sum of RGB (Red+Green+Blue) = 66+126+196=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #427EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EC4 is #BD813B. Grayscale: #737373. Windows color (decimal): -12419388 or 12877378. OLE color: 12877378.

HSL color Cylindrical-coordinate representation of color #427EC4: hue angle of 212.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427EC4 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 126 196 -
CMYK 0.66 0.36 0 0.23
HSL 212.31º 0.52% 0.51% -
HSV(B) 212.31º 0.66% 0.77% -
XYZ 19.67 20.07 55.06 -
YUV 116.04 173.12 92.31 -
System Red Green Blue C M Y K H S L
Decimal 66 126 196 0.66 0.36 0 0.23 212.31 0.52 0.51
Hex 42 7E C4 42 24 0 17 D4 34 33
Octal 102 176 304 102 44 0 27 324 64 63
Binary 1000010 1111110 11000100 1000010 100100 0 10111 11010100 110100 110011

Color Harmonies of #427EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EC4

Black with #427EC4

Text Example


Text Example

White with #427EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427EC4; }

 p { color: rgb(66,126,196); }

 H1.HeaderClassName
 {
   color: #427EC4;
 }
 .AnyTagClassName
 {
   color: #427EC4;
 }
</style>

background-color css

<style>
 a { background-color: #427EC4; }

 a { background-color: rgb(66,126,196); }

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

border-color css

<style>
 span { border-color: #427EC4; }

 span { border-color: rgb(66,126,196); }

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