Html Css Color HEX #427FCB Curious Blue

📋 copy color: '#427FCB'

red 66 ◦ green 127 ◦ blue 203

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

Shades of Curious Blue #427FCB

Tints of Curious Blue #427FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 16.67%
G = 32.07%
B = 51.26%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#427FCB (or 0x427FCB) is known color: Curious Blue. HEX triplet: 42, 7F and CB. RGB value is (66,127,203). Sum of RGB (Red+Green+Blue) = 66+127+203=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #427FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FCB is #BD8034. Grayscale: #757575. Windows color (decimal): -12419125 or 13336386. OLE color: 13336386.

HSL color Cylindrical-coordinate representation of color #427FCB: hue angle of 213.28º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427FCB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 127 203 -
CMYK 0.67 0.37 0 0.20
HSL 213.28º 0.57% 0.53% -
HSV(B) 213.28º 0.67% 0.8% -
XYZ 20.62 20.65 59.4 -
YUV 117.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 66 127 203 0.67 0.37 0 0.20 213.28 0.57 0.53
Hex 42 7F CB 43 25 0 14 D5 39 35
Octal 102 177 313 103 45 0 24 325 71 65
Binary 1000010 1111111 11001011 1000011 100101 0 10100 11010101 111001 110101

Color Harmonies of #427FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FCB

Black with #427FCB

Text Example


Text Example

White with #427FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,203); }

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

background-color css

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

 a { background-color: rgb(66,127,203); }

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

border-color css

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

 span { border-color: rgb(66,127,203); }

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