Html Css Color HEX #267FBC Curious Blue

📋 copy color: '#267FBC'

red 38 ◦ green 127 ◦ blue 188

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

Shades of Curious Blue #267FBC

Tints of Curious Blue #267FBC

RGB

 RED value IS 38 (15.23% from 255) = 10.76%

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

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

R = 10.76%
G = 35.98%
B = 53.26%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#267FBC (or 0x267FBC) is known color: Curious Blue. HEX triplet: 26, 7F and BC. RGB value is (38,127,188). Sum of RGB (Red+Green+Blue) = 38+127+188=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #267FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FBC is #D98043. Grayscale: #6B6B6B. Windows color (decimal): -14254148 or 12353318. OLE color: 12353318.

HSL color Cylindrical-coordinate representation of color #267FBC: hue angle of 204.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267FBC is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 127 188 -
CMYK 0.80 0.32 0 0.26
HSL 204.4º 0.66% 0.44% -
HSV(B) 204.4º 0.8% 0.74% -
XYZ 17.47 19.22 50.37 -
YUV 107.34 173.51 78.54 -
System Red Green Blue C M Y K H S L
Decimal 38 127 188 0.80 0.32 0 0.26 204.4 0.66 0.44
Hex 26 7F BC 50 20 0 1A CC 42 2C
Octal 46 177 274 120 40 0 32 314 102 54
Binary 100110 1111111 10111100 1010000 100000 0 11010 11001100 1000010 101100

Color Harmonies of #267FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FBC

Black with #267FBC

Text Example


Text Example

White with #267FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267FBC; }

 p { color: rgb(38,127,188); }

 H1.HeaderClassName
 {
   color: #267FBC;
 }
 .AnyTagClassName
 {
   color: #267FBC;
 }
</style>

background-color css

<style>
 a { background-color: #267FBC; }

 a { background-color: rgb(38,127,188); }

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

border-color css

<style>
 span { border-color: #267FBC; }

 span { border-color: rgb(38,127,188); }

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