Html Css Color HEX #2F90CE Curious Blue

📋 copy color: '#2F90CE'

red 47 ◦ green 144 ◦ blue 206

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

Shades of Curious Blue #2F90CE

Tints of Curious Blue #2F90CE

RGB

 RED value IS 47 (18.75% from 255) = 11.84%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 11.84%
G = 36.27%
B = 51.89%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F90CE (or 0x2F90CE) is known color: Curious Blue. HEX triplet: 2F, 90 and CE. RGB value is (47,144,206). Sum of RGB (Red+Green+Blue) = 47+144+206=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F90CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F90CE is #D06F31. Grayscale: #797979. Windows color (decimal): -13659954 or 13537327. OLE color: 13537327.

HSL color Cylindrical-coordinate representation of color #2F90CE: hue angle of 203.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F90CE is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 144 206 -
CMYK 0.77 0.30 0 0.19
HSL 203.4º 0.63% 0.5% -
HSV(B) 203.4º 0.77% 0.81% -
XYZ 22.29 25.01 62.04 -
YUV 122.07 175.36 74.46 -
System Red Green Blue C M Y K H S L
Decimal 47 144 206 0.77 0.30 0 0.19 203.4 0.63 0.5
Hex 2F 90 CE 4D 1E 0 13 CB 3F 32
Octal 57 220 316 115 36 0 23 313 77 62
Binary 101111 10010000 11001110 1001101 11110 0 10011 11001011 111111 110010

Color Harmonies of #2F90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F90CE

Black with #2F90CE

Text Example


Text Example

White with #2F90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F90CE; }

 p { color: rgb(47,144,206); }

 H1.HeaderClassName
 {
   color: #2F90CE;
 }
 .AnyTagClassName
 {
   color: #2F90CE;
 }
</style>

background-color css

<style>
 a { background-color: #2F90CE; }

 a { background-color: rgb(47,144,206); }

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

border-color css

<style>
 span { border-color: #2F90CE; }

 span { border-color: rgb(47,144,206); }

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