Html Css Color HEX #267FBE Curious Blue

📋 copy color: '#267FBE'

red 38 ◦ green 127 ◦ blue 190

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

Shades of Curious Blue #267FBE

Tints of Curious Blue #267FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 10.7%
G = 35.77%
B = 53.52%

CMYK

 C value IS 0.8

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#267FBE (or 0x267FBE) is known color: Curious Blue. HEX triplet: 26, 7F and BE. RGB value is (38,127,190). Sum of RGB (Red+Green+Blue) = 38+127+190=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #267FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FBE is #D98041. Grayscale: #6B6B6B. Windows color (decimal): -14254146 or 12484390. OLE color: 12484390.

HSL color Cylindrical-coordinate representation of color #267FBE: hue angle of 204.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267FBE is Cyan = 0.8, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 127 190 -
CMYK 0.8 0.33 0 0.25
HSL 204.87º 0.67% 0.45% -
HSV(B) 204.87º 0.8% 0.75% -
XYZ 17.68 19.31 51.51 -
YUV 107.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 38 127 190 0.8 0.33 0 0.25 204.87 0.67 0.45
Hex 26 7F BE 50 21 0 19 CD 43 2D
Octal 46 177 276 120 41 0 31 315 103 55
Binary 100110 1111111 10111110 1010000 100001 0 11001 11001101 1000011 101101

Color Harmonies of #267FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FBE

Black with #267FBE

Text Example


Text Example

White with #267FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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