Html Css Color HEX #2F7BBC Curious Blue

📋 copy color: '#2F7BBC'

red 47 ◦ green 123 ◦ blue 188

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

Shades of Curious Blue #2F7BBC

Tints of Curious Blue #2F7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.36%

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 13.13%
G = 34.36%
B = 52.51%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F7BBC (or 0x2F7BBC) is known color: Curious Blue. HEX triplet: 2F, 7B and BC. RGB value is (47,123,188). Sum of RGB (Red+Green+Blue) = 47+123+188=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7BBC is #D08443. Grayscale: #6B6B6B. Windows color (decimal): -13665348 or 12352303. OLE color: 12352303.

HSL color Cylindrical-coordinate representation of color #2F7BBC: hue angle of 207.66º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7BBC is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 123 188 -
CMYK 0.75 0.35 0 0.26
HSL 207.66º 0.6% 0.46% -
HSV(B) 207.66º 0.75% 0.74% -
XYZ 17.33 18.4 50.22 -
YUV 107.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 47 123 188 0.75 0.35 0 0.26 207.66 0.6 0.46
Hex 2F 7B BC 4B 23 0 1A D0 3C 2E
Octal 57 173 274 113 43 0 32 320 74 56
Binary 101111 1111011 10111100 1001011 100011 0 11010 11010000 111100 101110

Color Harmonies of #2F7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7BBC

Black with #2F7BBC

Text Example


Text Example

White with #2F7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,123,188); }

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

background-color css

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

 a { background-color: rgb(47,123,188); }

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

border-color css

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

 span { border-color: rgb(47,123,188); }

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