Html Css Color HEX #267DCD Curious Blue

📋 copy color: '#267DCD'

red 38 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #267DCD

Tints of Curious Blue #267DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 10.33%
G = 33.97%
B = 55.71%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#267DCD (or 0x267DCD) is known color: Curious Blue. HEX triplet: 26, 7D and CD. RGB value is (38,125,205). Sum of RGB (Red+Green+Blue) = 38+125+205=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #267DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DCD is #D98232. Grayscale: #6B6B6B. Windows color (decimal): -14254643 or 13466918. OLE color: 13466918.

HSL color Cylindrical-coordinate representation of color #267DCD: hue angle of 208.74º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267DCD is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 125 205 -
CMYK 0.81 0.39 0 0.20
HSL 208.74º 0.69% 0.48% -
HSV(B) 208.74º 0.81% 0.8% -
XYZ 19.15 19.49 60.51 -
YUV 108.11 182.68 78 -
System Red Green Blue C M Y K H S L
Decimal 38 125 205 0.81 0.39 0 0.20 208.74 0.69 0.48
Hex 26 7D CD 51 27 0 14 D1 45 30
Octal 46 175 315 121 47 0 24 321 105 60
Binary 100110 1111101 11001101 1010001 100111 0 10100 11010001 1000101 110000

Color Harmonies of #267DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DCD

Black with #267DCD

Text Example


Text Example

White with #267DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,125,205); }

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

background-color css

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

 a { background-color: rgb(38,125,205); }

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

border-color css

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

 span { border-color: rgb(38,125,205); }

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