Html Css Color HEX #2F8CCA Curious Blue

📋 copy color: '#2F8CCA'

red 47 ◦ green 140 ◦ blue 202

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

Shades of Curious Blue #2F8CCA

Tints of Curious Blue #2F8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 202 (79.3% from 255) = 51.93%

R = 12.08%
G = 35.99%
B = 51.93%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F8CCA (or 0x2F8CCA) is known color: Curious Blue. HEX triplet: 2F, 8C and CA. RGB value is (47,140,202). Sum of RGB (Red+Green+Blue) = 47+140+202=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F8CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8CCA is #D07335. Grayscale: #767676. Windows color (decimal): -13660982 or 13274159. OLE color: 13274159.

HSL color Cylindrical-coordinate representation of color #2F8CCA: hue angle of 204º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F8CCA is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 140 202 -
CMYK 0.77 0.31 0 0.21
HSL 204º 0.62% 0.49% -
HSV(B) 204º 0.77% 0.79% -
XYZ 21.21 23.62 59.32 -
YUV 119.26 174.69 76.46 -
System Red Green Blue C M Y K H S L
Decimal 47 140 202 0.77 0.31 0 0.21 204 0.62 0.49
Hex 2F 8C CA 4D 1F 0 15 CC 3E 31
Octal 57 214 312 115 37 0 25 314 76 61
Binary 101111 10001100 11001010 1001101 11111 0 10101 11001100 111110 110001

Color Harmonies of #2F8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8CCA

Black with #2F8CCA

Text Example


Text Example

White with #2F8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,140,202); }

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

background-color css

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

 a { background-color: rgb(47,140,202); }

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

border-color css

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

 span { border-color: rgb(47,140,202); }

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