Html Css Color HEX #265DB7 Cerulean Blue

📋 copy color: '#265DB7'

red 38 ◦ green 93 ◦ blue 183

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

Shades of Cerulean Blue #265DB7

Tints of Cerulean Blue #265DB7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 183 (71.88% from 255) = 58.28%

R = 12.1%
G = 29.62%
B = 58.28%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#265DB7 (or 0x265DB7) is known color: Cerulean Blue. HEX triplet: 26, 5D and B7. RGB value is (38,93,183). Sum of RGB (Red+Green+Blue) = 38+93+183=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #265DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DB7 is #D9A248. Grayscale: #565656. Windows color (decimal): -14262857 or 12016934. OLE color: 12016934.

HSL color Cylindrical-coordinate representation of color #265DB7: hue angle of 217.24º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265DB7 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 38 93 183 -
CMYK 0.79 0.49 0 0.28
HSL 217.24º 0.66% 0.43% -
HSV(B) 217.24º 0.79% 0.72% -
XYZ 13.26 11.66 46.35 -
YUV 86.82 182.28 93.18 -
System Red Green Blue C M Y K H S L
Decimal 38 93 183 0.79 0.49 0 0.28 217.24 0.66 0.43
Hex 26 5D B7 4F 31 0 1C D9 42 2B
Octal 46 135 267 117 61 0 34 331 102 53
Binary 100110 1011101 10110111 1001111 110001 0 11100 11011001 1000010 101011

Color Harmonies of #265DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DB7

Black with #265DB7

Text Example


Text Example

White with #265DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265DB7; }

 p { color: rgb(38,93,183); }

 H1.HeaderClassName
 {
   color: #265DB7;
 }
 .AnyTagClassName
 {
   color: #265DB7;
 }
</style>

background-color css

<style>
 a { background-color: #265DB7; }

 a { background-color: rgb(38,93,183); }

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

border-color css

<style>
 span { border-color: #265DB7; }

 span { border-color: rgb(38,93,183); }

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