Html Css Color HEX #2F70BF Curious Blue

📋 copy color: '#2F70BF'

red 47 ◦ green 112 ◦ blue 191

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

Shades of Curious Blue #2F70BF

Tints of Curious Blue #2F70BF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 191 (75% from 255) = 54.57%

R = 13.43%
G = 32%
B = 54.57%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F70BF (or 0x2F70BF) is known color: Curious Blue. HEX triplet: 2F, 70 and BF. RGB value is (47,112,191). Sum of RGB (Red+Green+Blue) = 47+112+191=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F70BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F70BF is #D08F40. Grayscale: #656565. Windows color (decimal): -13668161 or 12546095. OLE color: 12546095.

HSL color Cylindrical-coordinate representation of color #2F70BF: hue angle of 212.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F70BF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 112 191 -
CMYK 0.75 0.41 0 0.25
HSL 212.92º 0.61% 0.47% -
HSV(B) 212.92º 0.75% 0.75% -
XYZ 16.37 15.95 51.51 -
YUV 101.57 178.47 89.08 -
System Red Green Blue C M Y K H S L
Decimal 47 112 191 0.75 0.41 0 0.25 212.92 0.61 0.47
Hex 2F 70 BF 4B 29 0 19 D5 3D 2F
Octal 57 160 277 113 51 0 31 325 75 57
Binary 101111 1110000 10111111 1001011 101001 0 11001 11010101 111101 101111

Color Harmonies of #2F70BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F70BF

Black with #2F70BF

Text Example


Text Example

White with #2F70BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,112,191); }

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

background-color css

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

 a { background-color: rgb(47,112,191); }

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

border-color css

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

 span { border-color: rgb(47,112,191); }

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